Welcome![Sign In][Sign Up]
Location:
Search - DLL windows

Search list

[VC/MFCUndocumented Windows 2000 Secrets简体中文版

Description:

即使长时间开发 Win32 应用程序和库的开发人员,在首次编写内核驱动程序时,也会感觉像是一个绝对的初学者。这是因为,内核模式下的代码运行在一个完全不同的操作系统环境中。 Win32 开发人员的工作仅局限在属于 Windows 2000 Win32 子系统的几个系统组件上。其他开发人员可能编写 POSI 或 OS/2 应用程序, Windows 2000 的附加子系统为它们提供支持。感谢子系统这个概念, Windows 2000 就像一个变色龙 --- 它可通过这些子系统(前面提及的)导出不同的应用程序开发接口来模拟不同的操作系统。与此相反,内核模式的代码可以看到“真实”的 Windows 2000 操作系统。它们使用的接口可以称之为“最终边界”。当然,这并不是说,内核模式完全摆脱了子系统。在第二章中,我们看到 win32k.sys 就是 Win32 GUI 和窗口管理器在内核模式下的分支,将它们放在内核是出于性能考虑。然而, win32k.sys 导出的 API 函数集合中只有一小部分出现在了 gdi32.dll 和 user32.dll 中,这也意味着只有这一小部分函数可以作为 Win32 API 函数来使用,因此, Win32K 决不只是 Win32 踏入内核世界的一脚,实际上,应把它看作是一个高性能的内核模式的图形引擎。


Platform: | Size: 4139380 | Author: yhn123 | Hits:

[Windows Develop截取程序消息的DLL和使用例子GetMSG

Description: 这个例子主要讲授如何在WINDOWS下实现截取程序消息,提供了DDL库和相关的例子-this example mainly teach how to achieve WINDOWS news interception procedures provide for the DDL and related examples
Platform: | Size: 190723 | Author: 薛全 | Hits:

[OS Develop《Windows VxD与设备驱动程序权威指南》

Description: 本书是讲述VxD和设备驱动程序的权威指南。主要分为两部分。第一部分(第2到第12章)讲述Windows执行环境和VxD。第二部分(第13到第19章)讲述基于DLL的驱动程序。本书几乎涵盖了设备驱动程序开发的各个层面,内容全面翔实,可读性较高。 -the book is about the VxD driver and equipment to the authority and guidance. Divided into two main parts. The first part (section 2 of chapter 12) about the implementation of the Windows environment and VxD. The second part (13 to 19) based on the DLL drivers. The book covers almost the device driver development at all levels, as comprehensive and informative, readable higher.
Platform: | Size: 131910 | Author: 张小姐 | Hits:

[Other resource_Windows程序员使用指南(一)----DLL和内存管理

Description: 一本講述WINDOW內存管理和DLL相關的工作機制,適用於中高級程序員。-one about memory management in Windows DLL and the working mechanism, applicable to senior programmers.
Platform: | Size: 1417470 | Author: lin | Hits:

[Other resourcewindows核心编程指南

Description: 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the components of the methodology used, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Platform: | Size: 36808113 | Author: 里冬眼 | Hits:

[Windows DevelopWindows串口编程例子

Description: in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. ver10.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\\ver10.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ver10.def This file contains information about the DLL that must be-subdirectory in the RES. This file can be di rectly edited in Microsoft Visual C. ver10.clw This file contains information used by ClassWi Zard to edit existing classes or add new classes . ClassWizard also uses this file to store infor mation needed to create and edit maps an message d dialog data to create maps and prototype Membe r functions. res \\ ver10.rc2 This file contains resources that are not edited by Microsoft Visu al C. You should not place all resources editabl e by the resource editor in this file. ver10.def This file contains information about the DLL th must be at
Platform: | Size: 36122 | Author: kkkk | Hits:

[Windows Developqjbl

Description: 静态调用方式的特点是由编译系统完成对DLL的加载和应用程序结束时 DLL 的卸载。当调用某DLL的应用程序结束时,若系统中还有其它程序使用该 DLL,则Windows对DLL的应用记录减1,直到所有使用该DLL的程序都结束时才释放它。静态调用方式简单实用,但不如动态调用方式灵活。-static method call is characterized by the build system to complete DLL loading and application DLL at the end of the unloading. When a DLL called application at the end, if there are other systems that use the DLL, Windows DLL on the application record by one, until all use the DLL until the end of procedures to release it. Static called simple and practical way, but as dynamic call flexible.
Platform: | Size: 54623 | Author: 郝晓 | Hits:

[Otherzlib123-dll

Description: WINDOWS系统下ZLIB开源压缩库,DLL和头文件-WINDOWS open-source systems ZLIB compression libraries, header files and DLL
Platform: | Size: 81211 | Author: xiaoq | Hits:

[Windows DevelopescapDLLHELL

Description: DLL,windows编程中比较晦涩得部分,这个文章很好地填补了这个晦涩部分-DLL, windows programming in some obscure, this article filled a good part of this obscure
Platform: | Size: 498146 | Author: 陈健 | Hits:

[CSharpseries.dll

Description: Creating command line \"link.exe /nologo /subsystem:windows /dll /incremental:no /pdb:\"Release/port_dll.pdb\" /machine:I386 /def:\".\\port_dll.def\" /out:\"Release/port_dll.dll\" /implib:\"Release/port_dll.lib\" \".\\Release\\port_dll.obj\" \".\\Release\\StdAfx.obj\" \".\\Release\\port_dll.res\" \" -Creating command line "link.exe / nologo / subsystem : windows / dll / incremental : no / pdb : "Release / port_dll.pdb" / machine : I386 / def :. " \\ port_dll.def "/ out : "Release / port_dll.dll" / implib : "Release / port_dll.lib". " \\ Release \\ port_dl l.obj "." \\ Release \\ StdAfx.obj "." \\ Release \\ p ort_dll.res ""
Platform: | Size: 101643 | Author: 董峰涛 | Hits:

[WinSock-NDISws2_32_vc7.1

Description: windows 2k socket的源代码, 编译直接生成ws2_32.dll.-windows 2k socket source code, compile directly generated ws2_32.dll.
Platform: | Size: 270140 | Author: 面包 | Hits:

[Other resourceVC++6.0DLL

Description: 自从微软推出16位的Windows操作系统起,此后每种版本的Windows操作系统都非常依赖于动态链接库(DLL)中的函数和数据,实际上Windows操作系统中几乎所有的内容都由DLL以一种或另外一种形式代表着,例如显示的字体和图标存储在GDI DLL中、显示Windows桌面和处理用户的输入所需要的代码被存储在一个User DLL中、Windows编程所需要的大量的API函数也被包含在Kernel DLL中。 -Since Microsoft introduced the Windows 16 operating system, After each version of the Windows operating system is very dependent on the dynamic link library (DLL), and several functions It is, In fact Windows operating system almost all by the contents in a DLL or another form represents , for example, shows that the fonts and icons stored in the GDI DLL, show Windows desktop users and handle the necessary input code is stored in a User DLL, Windows programming needs of the large number of API functions are also included in the Kernel DLL.
Platform: | Size: 10545 | Author: mooncmy | Hits:

[Windows Mobilewindows-mobile-player

Description: 利用开源ffmpeg工程做的Windows mobile上的播放器-Using open source ffmpeg project to do a player on Windows mobile
Platform: | Size: 2728960 | Author: wang | Hits:

[Windows Develop调用MFC规则DLL的实例

Description: 本案例展示了windows vs编辑器中的mfc程序调用dll(This case demonstrates a simple MFC program called DLL)
Platform: | Size: 152576 | Author: JINHONG | Hits:

[Windows DevelopSNBC SDK for POS Printer(Windows) V1.55

Description: SNBC SDK for POS Printer(Windows) V1.55 热敏打印机的指令集 以及demo 调用POSDLL.dll 就可以打印(SNBC, SDK, for, POS, Printer (Windows), V1.55 thermal printer instruction set, and demo call POSDLL.dll can print)
Platform: | Size: 1448960 | Author: jackwiff | Hits:

[Windows Developdownloadsample

Description: 下载者dll 将文件下载url写入配置文件尾部(downloader dll write download url to the file tail)
Platform: | Size: 125952 | Author: hello god | Hits:

[OtherActionCenter

Description: ActionCenter.dll WINDOWS SYTEM
Platform: | Size: 416768 | Author: norenko_v | Hits:

[Internet-Network《Windows防火墙与网络封包截获技术》光盘内容

Description: 只要是想学习防火墙编写方法的同志们都可以从这 套代码中有所获,其中包含防火墙截包的各种常用 方法的代码:从用户层的Windows SPI,Windows API到内核层的TDI、NDIS等都包含,另外还有用C++生成DLL文件的代码。(Comrades who want to learn how to write firewalls can do so. Set of code has been obtained, which contains all kinds of commonly used firewall packets. Method code: from user layer Windows SPI, Windows API to kernel layer TDI, NDIS and so on, it also contains C++ code to generate DLL files.)
Platform: | Size: 1897472 | Author: yao111111 | Hits:

[Windows DevelopDLL 注入技术的 N 种姿势

Description: 对dll 进行程序注入并对其几种dll 注入的方式进行介绍。(The program is injected into DLL and several DLL injection modes are introduced.)
Platform: | Size: 1244160 | Author: willsongu | Hits:

[Windows DevelopIO port DLL source code

Description: This Dll is for IO Device operation in windows system, the IO device is attached to PC through COM port, all vs2010 project files are included.
Platform: | Size: 36102300 | Author: liurong17 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net